(distclean clean): Remove nmake specific
authorAndrew Innes <andrewi@gnu.org>
Fri, 9 Apr 2004 17:31:41 +0000 (17:31 +0000)
committerAndrew Innes <andrewi@gnu.org>
Fri, 9 Apr 2004 17:31:41 +0000 (17:31 +0000)
stamp-subdir test.

leim/makefile.w32-in

index f19aceb4f829f6407aceb7cdc3a49d4f04eb0f87..bb4461c810c517e671e5628335c531adc045fdf8 100644 (file)
@@ -198,7 +198,7 @@ clean mostlyclean:
        - $(DEL) leim-list.el
 
 distclean clean:
-       if exist stamp-subdir $(DELTREE) $(SUBDIRS)
+       - $(DELTREE) $(SUBDIRS)
        - $(DEL) stamp-subdir
 
 maintainer-clean: distclean